/*
Theme Name: My Theme
Author: Rahmad
Description: First Theme
Version: 1.0.0
*/

body {
  font-family: "Open Sans", "Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  margin: 0;

}

/*  test 2*/
h1 {

  padding: 8px;
  /*background: rgba(255, 0, 0, 0.8);*/
  border-radius: 8px;
  margin: 50px 0 0 0;
  font-size: 64px;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
}

h2 {

   margin-top: 50px; 
  font-size: 2.5rem;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
}

.blog_title h1{
  margin-top: 50px; 
  background: none !important;
  font-size: 3.5rem !important;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
}


h3 {

  color: #2377de; /* ini harusnya berubah j*/
  font-size: 1.7rem;
  font-family: "Open Sans", "Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  margin-top: 50px;
}

/*
.ql-img-inline-formula {
    width: 20px !important;
    height: 10px !important;
}

.ql-img-displayed-equation{
    height: 30px !important;
}*/


.cardfp h3 {

  font-size: 1.0rem;

}

h4{
    color:black;
    font-size:1.4rem;
    padding-top:28px;
    
    /*text-decoration:underline;*/
}


/*.card .card-description li{
    line-height: 25px !important;

}*/

li{
    line-height: 35px !important;

}

.card .card-description ol{
    line-height: 35px !important;

}
.card .card-description a{
    color:blue !important;
}


p {
  line-height: 30px;
  margin-bottom: 30px; 

}

main {
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}



/* Ini untuk Responsive embedded youtube CSS*/

.responsive-embed-container {
 position:relative;
 overflow:hidden;
 padding-bottom:56.25%;
 height:0;
 max-width: 100% !important;
}
.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
 position:absolute;
 left:0;
 top:0;
 height:100%;
 width:100%;
}



/* For Scrolling post card */ 
.postsContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    /*overflow-x: scroll;*/
  }







/* Inputs */

input,
textarea {
  height: 32px;
  padding: 0 16px;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  font-size: 20px;
  border: none;
  /*box-shadow: inset 8px 3px 18px -4px rgba(0, 0, 0, 0.4);*/
}

input:focus,
textarea:focus {
  outline: none;
}

/* Banner */

/*#banner {
  
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2) url("img/MLS.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: overlay;
  color: white;
}*/

#banner {
  /*height: 45vh;*/
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2) url("img/MLS.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: overlay;
  color: white;
}


#banner h3 {
  background: black;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 24px;
}



#banner2 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2) url("img/3.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: overlay;
  color: white;
}

#banner2 h3 {
  background: black;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 24px;
}


/* Search Box */

#searchbox {
  position: fixed;
  right: 0;
  top: 24px;
  width: 500px;
  pointer-events: none;
  z-index: 50;
  transition: 0.4s;
}

#searchbox input {
  height: 48px;
  width: 100%;

  

}

/* Navigation */


nav {
  height: 42px;
  background: #3E63B6;
  width: 100%;
  margin: 0;
  position: fixed;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px 0 0;
  box-sizing: border-box;
  z-index: 100;
}

nav a {
  padding: 0 32px;
  color: #eee;
  transition: 0.4s;
}

nav a:hover {
  text-decoration: none;
  color: red;
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin: 0;
}

.active {
  color: blue;
  /*border: 1px solid red;*/
  padding: 9px 30px 9px 30px;
  /*height: 42px;*/
  background: white;
  font-weight: bold;
}

#logo-img {
  display: flex;
  height: 100%;
  background: #3E63B6;
  
  padding: 0 32px;
  align-items: center;
  color: white;
  transition: 0.4s;
}

#logo-img img {
  padding-top:0px;
  height: 47px;
}

/*
#logo-img:hover {
  background: black;
}*/

#menu-icon {
  height: 100%;
  font-size: 28px;
  padding: 0 4px;
  color: #eee;
  display: none;
  align-items: center;
}

/* Search Icon */

#search-icon {
  color: white;
  padding: 0 32px;
  cursor: pointer;
  transition: 0.4s;
}

#search-icon:hover {
  color: red;
}

/* Slideout Menu */

/* changed this from the tutorial video to
   allow it to gain focus, making it tabbable */
.nav-toggle {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.nav-toggle:focus ~ .nav-toggle-label {
  outline: 3px solid rgba(lightblue, .75);
}

.nav-toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: white;
  height: 2px;
  width: 2em;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  position: absolute;
}

.nav-toggle-label span::before {
  bottom: 7px;
}

.nav-toggle-label span::after {
  top: 7px;
}

.nav-toggle:checked ~ nav {
  transform: scale(1,1);
}

.nav-toggle:checked ~ nav a {
  opacity: 1;
  transition: opacity 250ms ease-in-out 250ms;
}


#slideout-menu {
  display: none;
  background: #405A52;
  z-index: 100;
  position: fixed;
  transition: 0.4s;
  /*margin-top: 72px;*/
  margin-top: 42px;
  width: 100%;
  text-align: center;
  opacity:0;
  pointer-events:none;

}

#slideout-menu ul {
  list-style: none;
  padding: 0 32px;
}

#slideout-menu ul li {
  padding: 8px;
}

#slideout-menu a {
 font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  font-size: 20px;
  color: white;
}

#slideout-menu input {
  width: 85%;
  padding: 8px;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  font-size: 20px;
  text-align: center;
}

/* Sections */

section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}



.section-heading {
  font-size: 32px;
  font-family: "Open Sans", "Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  /*border-left: 3px solid black;
  border-right: 3px solid black;*/
  transition: all 0.4s;
  display: inline-block;
  padding: 4px 32px;
}

/*.section-heading:hover {
  padding: 4px 48px;
  background: red;
}*/

/* Section Source */

#section-source p {
  padding: 8px;
  text-align: center;
}

#section-source a {
  margin: 8px;
  text-align: center;
}

/* Card */

.card-image,.cardfp-image {
  transition: 0.1s;
}

/*
.card-image:hover {
  box-shadow: 0 10px 6px -6px #777;
}*/


.EnlighterJS{
   width: auto !important;
   overflow-x: scroll !important;
   word-wrap: normal !important;
}
.EnlighterJS li{
  white-space: pre !important;
  line-height: 17px !important;

  
}

.atomicEnlighterJS span{
      font-size: 17px  !important;
      line-height: 15px !important;
}




.card .card-description, 
.cardfp .cardfp-description
{
  padding: 5px 8px 5px 8px;
  font-family: "Open Sans",sans-serif;
  width: 98%;
  font-weight:normal;
  /*font-weight: 200;*/
  font-size: 1.1rem;
  /*border: 1px solid #DBD9E2;*/
  height: 70%;
  text-align: justify;
  text-justify: inter-word;
  /*color: #123693;*/
  color: #252830;
  

}

.cardidx .cardidx-description{

	grid-column: 2;
	
	padding: 0px 10px 0px 15px;


}



.card .card-description p a, 
.cardfp .cardfp-description p a{
  color: blue;
  

}


.card .card-description li{
    margin-bottom: 0px;
}






.card-meta-blogpost{
  text-align: left;
  color:#333;
  font-size:17px;
  padding: 5px;
  padding-bottom: 15px;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  width: 100%;
}

.card-meta-blogpost a{
  color:blue;
}

/* Button Read more */

.btn-readmore {
  padding: 2px 8px 2px 8px;
  color: #3E63B6;
  
  transition: 0.4s;
  display: inline-block;
  margin-bottom: 24px;
  margin-left: 24px;
  font-weight: bold;
  cursor: pointer;
  /*background: white;*/
  background-color: Transparent;
  border-radius: 18px;
  height: 20px;

  border: 2px solid orange;

}

.btn-readmore:hover {
  background: #3E63B6;
  text-decoration: none;
  /*adding: 8px 64px 8px 24px;*/
  color: white;
}


/*allposts*/

.allposts{
    text-align: center;

}


.btn-allposts {
    padding: 2px 8px 2px 8px;
    color: #3E63B6;
    
    
    transition: 0.4s;
    display: inline-block;
    margin-bottom: 24px;
    margin-left: 24px;
    font-weight: bolder;
    cursor: pointer;
    /*background: white;*/
    background-color: Transparent;
    border-radius: 0px;
    height: 20px;
  
    border: 2px solid orange;
  
  }
  
  .btn-allposts:hover {
    background: #3E63B6;
    text-decoration: none;
    /*adding: 8px 64px 8px 24px;*/
    color: white;
    border: 2px solid red;
  }


/* Footer */

footer {
  background: black;
  padding: 8px;
  color: blue;
  display: flex;
}

footer a {
  color: white;
}

footer #left-footer {
  flex: 1;
  padding: 10px 5px 5px 10px;
}

footer #left-footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.5;
}

footer #right-footer {
  flex: 2;
  padding: 10px 5px 5px 10px;
  text-align: center;
}

footer #social-media-footer a .fa-facebook,
footer #social-media-footer a .fa-youtube,
footer #social-media-footer a .fa-github {
  color: white;
  transition: 0.4s;
}

footer #social-media-footer ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

footer #social-media-footer ul li {
  font-size: 48px;
  padding: 16px;
  transition: 0.4s;
}

footer #social-media-footer ul li:hover a .fa-youtube {
  color: red;
}

footer #social-media-footer ul li:hover a .fa-facebook {
  color: #3b5998;
}

footer #social-media-footer ul li:hover a .fa-github {
  color: #bbb;
}

/* Blog List page */

.page-heading{
  font-size:32px;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  border-left:3px solid black;
  border-right:3px solid black;
  transition: all 0.4s;
  display:inline-block;
  padding:4px 32px;
  margin-top: 120px;
}

.page-heading:hover{
  padding:4px 48px;
  background:red;
}

.card-meta{
  color:#333;
  font-size: 14px;
  padding-left:8px;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
}

.card-meta a{
  color:#333;
}

/* Pagination */

.pagination{
  padding:8px;
  text-align:center;
  font-weight:bold;
}

.pagination a{
  border-top: 3px solid white;
  display: inline-block;
  padding:8px 16px;
  transition:0.4s;
}

.pagination a:hover{
  text-decoration: none;
  border-top:3px solid black;
}

/* Single Blogpost */

#post-container{
  display: flex;
  width: 100%;
}

#bloglist{
  display: flex;
  flex-direction:column;
  width:67%;
  border:1px solid  #DBD9E2;
   overflow:auto;
}

#bloglist .card{
  width:100%;
}


#blogpost{
  display: flex;
  flex-direction:column;
  width:65%;
  border-left:1px solid #DBD9E2;
}

#blogpost .card{
  width:100%;
}

#blogpost .card-image:hover{
  box-shadow: none;
}

/* Sidebar */



#sidebar{
  background: white;/*#151514; /*whitesmoke;*/
  /*background:radial-gradient(circle at right,#1e0e48,transparent);*/
  /*background:linear-gradient(to right, #1e0e48, white);*/
  /*background: linear-gradient(45deg, red, blue);*/
  flex:1;
  padding: 8px 8px;
  margin-left: 40px;
  color:black;
  border: 1px solid #DBD9E2; /*#E6E6E8;*/ 
  /*box-shadow: inset 27px 0 51px -18px rgba(0,0,0,0.75);*/
  /*border: 2px solid  red;*/
}

#sidebar h3{
  background: white; 
  /*background:radial-gradient(circle at left,#3A636E,transparent);*/
  padding: 0px 10px 5px 0px;
  color:#37474F;
}

#sidebar a {
  color: #0072C6;
  text-decoration: none;

}

#sidebar a:hover {
  color: #1F4D8D;
  font-weight: bold; 

}


#sidebar li {
  margin:3px 0;
  list-style: none;
  color:black;
  /*padding-top: 10 px;
  padding-bottom: 0 px;*/
  /*border: 1px solid grey;*/
}


#sidebar li{
    line-height: 25px !important;
    font-size: 1.0rem !important;

}

#sidebar a:hover{
    color: #FF8000 !important;
    font-weight: normal !important;
    font-size: 1.0rem !important;
}



#sidebar li li {
  margin-left: -16px;

  padding: 10px;

  /*border-bottom: 1px solid grey;*/
}

#sidebar li li:hover {
  margin-left: -16px;
  background: white;
  /*background:radial-gradient(circle at left,#3A636E,transparent);*/
  color: white;

  /*padding-top: 1px;*/

  /*border-top: 1px solid grey;*/
}

/*
.cat-item{

 padding-top: 100 px;
 padding-bottom: 100 px;
 border: 1px solid grey;
 margin-top: 20 px;
 margin-bottom: 20 px;

}*/



#sidebar input[type=search] {
  width: 100%;
  height: 35px;

  background: white;
  border: 1px solid #DBD9E2;
  border-radius: 4px;
  box-sizing:border-box;
  outline:none;
  color:blue;
  
  font-size:20px;
 
  
  -webkit-transition:.2s ease-in-out;
  transition:.2s ease-in-out;
  /*opacity:1*/

}


#sidebar input[type=search]:active, 
#sidebar input[type=search]:focus{
  background: #DBD9E2;

}


#search-5{
border: 1px  solid #DBD9E2;
color:black;
padding: 20px 10px 20px 10px;
}

#search-5 h3{
display: none;
}



#recent-posts-5{
border: 1px  solid #DBD9E2;
color:black;
padding: 3px 10px 20px 10px;
}


#sidebar ul{

padding-left: 10px;
}


#categories-3{
border: 1px  solid #DBD9E2;
color:black;
padding: 3px 10px 20px 10px;
}



#archives-3{
border: 1px  solid #DBD9E2;
color:black;
padding: 3px 10px 20px 10px;
}




#sidebar form{

	position: relative;
}


#sidebar #search-btn {

  background: #3E63B6 url('img/search-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 100%;
  position: absolute;
  right: 0; top: 0;
  box-shadow: initial;
  cursor: pointer;
  border-left: 1px solid #555;
  transition: 0.1s;

  border-radius:0px 4px 4px 0px;  

}


#sidebar #search-btn:hover {
  background: red url('img/search-icon.png');
  background-position: center;
  background-repeat: no-repeat;
}



#sidebar #search-form:hover {
  background:read;
}


#sidebar .widget-title {
  background-color: #f5f5f5;
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px 20px 34px;
  text-align: center;
  font-size: 32px;
}



/*

#footer-form-wrap form input[type=email] {
  height:70px;
  max-height:70px;
  width:calc(100% - 50px);
  border-radius:10px 0 0 10px;    /* Setting radius untuk email*/
  /*box-sizing:border-box;
  border:none;
  outline:none;
  margin-left:-49px;
  padding-left:25px;
  font-size:20px;
  background:0 0;
  font-weight:500;
  -webkit-transition:.2s ease-in-out;
  transition:.2s ease-in-out;
  opacity:1
 }
 #footer-form-wrap form input[type=email]:active,
 #footer-form-wrap form input[type=email]:focus {
  background:#ddd
 }
 #footer-form-wrap form input[type=email].hide {
  color:transparent;
  background:0 0;
  opacity:0
 }

*/


/* Comments section */

#comments-section{
  border-top: 2px solid #eee;
  padding:8px;

  /*border: 2px solid black;*/
}

.comment-form{

	display: flex;
	flex-direction: column;
}

.comment-form input,
.comment-form textarea {

	margin-bottom: 16px;
	border: 2px solid #DBD9E2;
	border-radius:10px 10px 10px 10px; 


}

.comment-note{

	text-align: center;
	color: red;

}

#comments-section textarea{
	height: 160px;

}


.form-submit{

	text-align: center;
}

.form-submit .submit,
.wpcf7 .wpcf7-submit {

	/*background: #3E63B6;*/
	/*background:linear-gradient(-45deg,#ff8a00,#3E63B6);
	

    background-color: Transparent;
    border-radius: 18px;
	font-weight: bold;
	width: 200px;
	padding: 8px;
	border: 1px solid #999;
	height: 48px;
	cursor: pointer;
	transition: 0.4s;
	box-shadow: initial;
	justify-content: center;
	color: white;*/
	
	
	padding: 2px 8px 2px 8px;
    color: 
    #3E63B6;
    transition: 0.4s;
    display: inline-block;
    margin-bottom: 24px;
    margin-left: 24px;
    font-weight: bold;
    cursor: pointer;
    background: white;
    background-color: Transparent;
    border-radius: 18px;
    height: 40px;
    border: 2px solid orange;
	
}

.form-submit .submit:hover,
.wpcf7 .wpcf7-submit:hover {

	/*background: background:linear-gradient(-45deg,#3E63B6,#ff8a00);*/
	background: #3E63B6;
	color: white;
}

.comment-reply-title{

	text-align: center;
}


/* Commment List */

.comments{
	margin-top: 24px;
	border-top: 2px solid #eee;

}

.all-comments li{
	list-style: none;
	margin-bottom: 16px;
}

.all-comments .comment-meta {
	background: #3779ab;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.all-comments .vcard {

	display: flex;
	align-items: center;
	margin-right: 8px;
}

.all-comments .photo {
	border-right: 8px solid transparent;
	border-bottom: 4px solid transparent;
}

.all-comments .says{
	display: none;
}

.all-comments .reply{
	font-weight: bold;
}

.all-comments .children {
	margin-top: 16px;
}




















/* Comments section */

#comments-section{
  border-top: 2px solid #eee;
  padding:8px;
}


/* Media Queries */

@media (max-width: 900px) {
  nav ul {
    display: none;
  }

  #menu-icon {
    display: flex;
  }

  #slideout-menu {
    display: block;
  }

  #searchbox {
    display: none;
  }

  #blogpost{
    width:100%;
    border-left:0;
  }

  #sidebar{
    display: none;
  }
}

@media (max-width: 719px) {
  main {
    width: 95%;
  }

  section {
    flex-direction: column;
  }

  .card,
  .card .card-image img {
    width: 100%;
  }


  .cardidx .cardidx-image img {
    width: 30%;
  }


  footer {
    flex-direction: column;
    text-align: center;
  }

  footer #left-footer {
    flex: 1;
    border-right: 0;
    padding-left: 0;
  }

  footer #right-footer {
    background: #eee;
    color: black;
  }

  footer #right-footer a {
    color: black;
  }

  footer #social-media-footer a .fa-facebook,
  footer #social-media-footer a .fa-youtube,
  footer #social-media-footer a .fa-github {
    color: black;
    transition: 0.4s;
  }
}

@media (max-width: 600px) {
  main {
    width: 95% ;
    
  }
  
  
  img[class^="ql-img-displayed-equation quicklatex-auto-format"]{
      
      width:90% !important;
      text-align: left  !important;
    }
  
  /*p[class^="ql-center-displayed-equation"]{
      
      text-align: left  !important;
      
  }*/
  span[class^="ql-left-eqno"]{
      
    width: 1px !important;
  }
  
  
/*  
.responsive-embed-container {
 position:relative;
 overflow:hidden;
 padding-bottom:56.25%;
 height:0;
 max-width: 80% !important;
}
.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
 position:absolute;
 left:0;
 top:0;
 height:100%;
 width:80% !important;
}*/
  
  .banner{
      width: 50%;
      
  }

  .blog_title{
	width: 90%;
  }
  
 .blog_title h1{
  margin-top: 50px; 
  background: none !important;
  font-size: 2.0rem !important;
  font-family: "Open Sans","Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
}
  
  h1 {
    font-size: 30px;
  }
  
  h2 {
    font-size: 25px;
  }

  #banner h3 {
    font-size: 20px;
  }

  .card {
    text-align: center;
    width: 90%;
  }
   .card .card-image img {
    width: 90%;

  }
  
  .cardfp {
    width: 100%;
  }
  .cardfp .cardfp-image img {
    width: 100%;
    height: 200px;
    
  }
  
   #footer-form-wrap form input[type=email] {
  width:95%;
  font-size:14px;
  padding: 5px 5px 5px 5px !important;
 }
  

  .card-description{
      
      width: 90%;
      color:black;
      font-size: 17px !important;
     /* padding: 5px 40px 5px 15px !important;*/
      
        
  }

  #logo-img {
    padding: 0;
  }
  
  #bloglist{

  width:100%;
  border:none;

  }
  
  #post-container{
      
      width:100%;
  }
  
  
 
}





/* New for front page*/

/* Style for the recent posts section */
.recent-posts-section {
  margin: 20px 0;
  display: flex;
  gap: 20px; /* Adjust the gap between columns as needed */
  justify-content: space-between; /* Distribute space between items */
}

/* Style for each individual recent post */
.recent-post {
  display: block;
  flex: 1; /* Take up equal space in the flex container */
  box-sizing: border-box; /* Include padding and border in the width */
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f5f8fc;
}


/* Style for the heading (h4) within the "recent-post" article */
.recent-post h4 {
  font-size: 20px; /* Set the font size as needed */
  color: #333; /* Set the font color as needed */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

/* Style for the link within the heading */
.recent-post h4 a {
  text-decoration: none; /* Remove underline from the link */
   /* Set the link color */
  color: #0056b3;
  transition: color 0.3s ease; /* Add a smooth transition effect on hover */
}

/* Hover effect for the link */
.recent-post h4 a:hover {
  color: #007bff; /* Set a different color on hover */
}


.author {
  font-size: 12px; /* Set the font size as needed */
  color: #333; /* Set the font color as needed */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -10px;
}


.author a{
  color: #0056b3;

}

.author a:hover {
  color: #007bff; /* Set a different color on hover */
}


.card-meta-n a{    
  display: inline-block;
  white-space: nowrap; 
  margin-top: -50px;     
  margin-bottom: 15px; 
  font-weight: bold;
  font-size: 16px;
}

.card-meta-n {    
  font-weight: bold;
  font-size: 16px;    
}



.cardidx-n {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #DBD9E2;
  margin-bottom: 20px;
 
  overflow: hidden; 
}

.cardidx-link-n {
  display: block;
  text-decoration: none;
  color: inherit; 
  margin-top: -20px;
}

.cardidx-link-n:hover {
  text-decoration: none; /* Set text-decoration to none on hover */
}

.cardidx-content-n {
  padding-top: -20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -20px;
  margin-bottom: -10px;

  text-align: justify;
}


.cardidx-content-n h3 {

margin-bottom: 5px;
margin-top: -15px;
}


.cardidx-image-n {
  float: left;
  margin-right: 10px; 
}

.cardidx-image-n img {
  max-width: 100%;
  width: 200px;
  height: 200px;
}


.cardidx-image-n2 {
  float: left;
  margin-right: 10px; 
}

.cardidx-image-n2 img {
  max-width: 100%;
  width: 200px;
  height: 200px;
}
.cardidx-image-n2 img {
  max-width: 100%;
  width: 150px;
  height: 150px;
}


.cardidx-n:after {
  content: "";
  display: table;
  clear: both;
}

.read-more {
  display: inline-block;
  padding: 8px 12px;
  background-color: #0085C4;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.read-more:hover {
  background-color: #006699;
  text-decoration: underline; /* Add your preferred text decoration on hover */
}





































/*
=============================================
Di bawah ini adalah tempat setting untuk computer view
=============================================
*/

@media (min-width: 720px) {
  main {
    width: 95%;
  }
  
  /*.card {
    width: 45%;
  }
  .card .card-image img {
    width: 100%;

  }

  
  .cardidx {
    width: 100%;
    display: grid;
     border: 1px solid #DBD9E2;

  }
  .cardidx .cardidx-image img {
  	width: 150px;
  	height: 200px;
    grid-column: 1; 
   
    margin-top: 20px;
    padding: 7px 0px 0px 10px;
  }*/
  

  .card-meta a{    
    display: inline-block;
    white-space: nowrap; 
    margin-top: -50px;     
    margin-bottom: 15px; 
    font-weight: bold;
    font-size: 16px;
  }

  .card-meta {    
    font-weight: bold;
    font-size: 16px;    
  }


  
  .cardidx {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #DBD9E2;
    margin-bottom: 20px;
   
    overflow: hidden; 
}

.cardidx-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.cardidx-content {
    padding: -10px;
}


.cardidx-content h3 {
  
  margin-bottom: 5px;
  margin-top: -15px;
}


.cardidx-image {
    float: left;
    margin-right: 10px; 
}

.cardidx-image img {
    max-width: 100%;
    width: 100px;
    height: 100px;
}

.cardidx:after {
    content: "";
    display: table;
    clear: both;
}



 /* #sidebar{
      
      display:none;
  }
*/


  .cardfp {
    width: 24%;
    /*background:#f2f2f2;*/
    background: #d3e1ee;

    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
    
    border: 2px solid rgb(56, 96, 129);    
    border-radius: 1em;
  }


  .fp_title-u{
    width: 100%;
    color: #0085C4;
    padding: 1px 1px 1px 1px;
    
    margin-bottom: 0px; 
    text-align: left  !important;
    display: inline;
  }
  /*color: #0085C4;*/
  
  .fp_title-u h2{
    text-align: left  !important;
    font-size: 20px !important;
    
  }

  .fp_title-u {
    position: relative;
}

.horizontal-line {

    border-top: 1px solid #DBD9E2 !important;
}

  
  
  .cardfp-description{
    
    /*background:#f2f2f2;*/
    font-size: 0.9rem !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    
  }
  
  .cardfp .cardfp-image img {
    width: 100%;
    height: 150px;
    border-radius: 1em 1em 0 0;
    /*margin-top: 15px !important;*/
  }
  
  .cardfp:hover {
    
    background-color:rgb(0, 55, 100);
    color:white;
    /*cursor:pointer;*/
    border: 2px solid red;  
    
    }
    
    
    .cardfp h3{
        padding:10px;
    }
    
    .cardfp p{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /*.fp_title{
      width: 100%;
      color: #0085C4;   
      padding: 1px 1px 1px 1px;
      
      margin-bottom: 0px; 
      text-align: left  !important;;
    }
    
    h2.fp_title {
      text-align: left  !important;
    }*/

}





















@media (min-width: 1200px) {
  main {
    width: 70%;
  }
}


.breadcrumb{

	padding-top: 100px;
	padding-bottom: 20px;
	text-align: left;
	color: red;
	/*border: 1px solid red;*/
	width: 100%;

}

.breadcrumb a{
	text-decoration:underline;
}

.blog_title{
	width: 100%;
	color: #3E63B6;
	/*border: 1px 1px 1px 1px solid red;*/
	padding: 1px 1px 1px 1px;
	
	margin-bottom: 0px; 
}

.head-atas{

  width: 100%;
}

.fp_title{
	width: 100%;
	color: #0085C4;
	padding: 1px 1px 1px 1px;
	
	margin-bottom: 0px; 
  text-align: left  !important;
  display: inline;
}
/*color: #0085C4;*/

h2.fp_title {
  text-align: right  !important;
  /*font-size: 20px !important;*/
  
}


/*
h2{
	display:inline; 
	padding-bottom: 0px;
	text-decoration: none;
}*/



/*FOOTER*/


.footer-jobs-header {
 margin-right:3rem;
 display:-webkit-box;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 flex-direction:column
}
.footer-jobs-header p {
 color:#7a7a8c;
 font-size:16px;
 margin-bottom:1rem;
 margin-top:.5rem
}
.footer-jobs-header .button:first-of-type,
.footer-jobs-header .commentPreviewButton:first-of-type {
 margin-top:auto
}
.footer-jobs-wrapper {
 background:#100e17;
 padding:2rem
}
@media(max-width:800px) {
 .footer-jobs-wrapper {
  padding:1rem
 }
}
.footer-jobs {
 padding:2rem 0 1rem;
 display:-webkit-box;
 display:flex
}
.footer-jobs .job-list>li>a {
 display:block;
 height:100%;
 width:100%;
 font-size:16px;
 background:#201c29;
 color:#a1a1af;
 box-shadow:0 0 2rem #000;
 padding:1.5rem;
 border-radius:8px;
 display:-webkit-box;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 flex-direction:column;
 -webkit-transition:.2s;
 transition:.2s
}
.footer-jobs .job-list>li>a strong {
 color:#fff
}
.footer-jobs .job-list>li>a .icon-pin {
 width:18px;
 height:18px;
 fill:#fff
}
.footer-jobs .job-list>li>a .job-info {
 margin-bottom:1rem
}
.footer-jobs .job-list>li>a address {
 margin-top:auto
}
.footer-jobs .job-list>li>a:focus,
.footer-jobs .job-list>li>a:hover {
 -webkit-transform:translateY(-5px);
 transform:translateY(-5px);
 background:#201c29!important;
 color:#fff;
 -webkit-text-fill-color:#fff!important
}
.footer-jobs .job-list>li>a:focus .icon-pin,
.footer-jobs .job-list>li>a:hover .icon-pin {
 fill:url(https://machinelearningspace.com/wp-content/themes/DeepMindAI/style.css?ver=0.20667600%201742900570#orange-to-pink)
}
@media(min-width:1200px) {
 .footer-jobs .job-list {
  -webkit-box-flex:1;
  flex:1;
  display:grid;
  grid-gap:1rem;
  grid-template-columns:repeat(3,1fr)
 }
 .footer-jobs .job-list .mini-card {
  box-shadow:0 0 2rem #000
 }
}
@media(max-width:1200px) {
 .footer-jobs {
  scrollbar-color:linear-gradient(90deg,#e52e71,#ff8a00);
  scrollbar-width:15px;
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-scroll-snap-points-x:repeat(200px);
  scroll-snap-points-x:repeat(200px);
  -ms-scroll-snap-type:mandatory;
  scroll-snap-type:mandatory
 }
 .footer-jobs::-webkit-scrollbar {
  width:15px;
  height:15px
 }
 .footer-jobs::-webkit-scrollbar-thumb {
  background:-webkit-gradient(linear,left top,right top,from(#e52e71),to(#ff8a00));
  background:linear-gradient(90deg,#e52e71,#ff8a00);
  border-radius:15px;
  box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)
 }
 .footer-jobs::-webkit-scrollbar-track {
  background:linear-gradient(90deg,#201c29,#201c29 1px,#17141d 0,#17141d)
 }
 .footer-jobs .footer-jobs-header {
  margin-right:4rem
 }
 .footer-jobs .job-list {
  display:-webkit-box;
  display:flex
 }
 .footer-jobs .job-list>li>a {
  scroll-snap-align:start;
  width:200px
 }
 .footer-jobs .job-list>li>a:not(.first-child) {
  margin-left:-20px
 }
 .footer-jobs .job-list>li {
  -webkit-transition:.2s;
  transition:.2s
 }
 .footer-jobs .job-list>li:hover {
  -webkit-transform:translateY(-5px);
  transform:translateY(-5px)
 }
 .footer-jobs .job-list>li:hover~li {
  -webkit-transform:translateX(20px);
  transform:translateX(20px)
 }
}


.footer-newsletter {
 /*background:#100e17;*/
 background: whitesmoke;
 text-align:center
}
.footer-newsletter p {
 color:#3E63B6;
 margin:0px;
}
.footer-newsletter-inside {
 padding:2rem 2rem 1rem
}
@media(max-width:800px) {
 .footer-newsletter-inside {
  padding-left:1rem;
  padding-right:1rem
 }
}
@media(min-width:800px) {
 #footer-form-wrap {
  position:relative;
  display:inline-block;
  height:70px;
  width:calc(100% - 400px);
  max-width:750px;
  min-width:350px
 }
}
@media(min-width:800px) and (max-width:1040px) {
 #footer-form-wrap {
  width:calc(100% - 30px);
  min-width:0
 }
}
@media(min-width:800px) {
 body.page-template-page-newsletters-php #footer-form-wrap {
  width:100%
 }
 #footer-form-wrap h2,
 #footer-form-wrap p {
  color:#fff;
  text-align:center
 }
 #footer-form-wrap .bounce,
 #footer-form-wrap .subwrap {
  display:inline-block;
  width:100%
 }
 #footer-form-wrap .subwrap {
  height:70px;
  position:relative;
  -webkit-transition:1s ease-in-out;
  transition:1s ease-in-out;
  margin-left:-10px
 }
 #footer-form-wrap .subwrap * {
  box-sizing:border-box
 }
 #footer-form-wrap .subwrap .inner-sub {
  display:inherit;
  width:inherit
 }
 #footer-form-wrap .dive {
  pointer-events:none;
  -webkit-animation:sail 3s ease-in-out 1 forwards;
  animation:sail 3s ease-in-out 1 forwards;
  -webkit-animation-delay:1.75s;
  animation-delay:1.75s;
  margin-left:-50%
 }
}
@media(min-width:800px) and (max-width:768px) {
 #footer-form-wrap .dive {
  -webkit-animation:sail 2s ease-in-out 1 forwards;
  animation:sail 2s ease-in-out 1 forwards;
  -webkit-animation-delay:1.75s;
  animation-delay:1.75s
 }
}
@media(min-width:800px) {
 @-webkit-keyframes sail {
  0% {
   -webkit-transform:translateX(0);
   transform:translateX(0)
  }
  50% {
   -webkit-transform:translateX(125vw);
   transform:translateX(125vw)
  }
  to {
   -webkit-transform:translateX(125vw);
   transform:translateX(125vw)
  }
 }
 @keyframes sail {
  0% {
   -webkit-transform:translateX(0);
   transform:translateX(0)
  }
  50% {
   -webkit-transform:translateX(125vw);
   transform:translateX(125vw)
  }
  to {
   -webkit-transform:translateX(125vw);
   transform:translateX(125vw)
  }
 }
 #footer-form-wrap .dive .inner-sub {
  -webkit-animation:bounce .5s ease-in-out infinite alternate;
  animation:bounce .5s ease-in-out infinite alternate;
  -webkit-animation-delay:1.5s;
  animation-delay:1.5s;
  -webkit-transform-origin:100% 50%;
  transform-origin:100% 50%
 }
 @-webkit-keyframes bounce {
  0% {
   -webkit-transform:translateY(-5px) rotate(1.5deg);
   transform:translateY(-5px) rotate(1.5deg)
  }
  to {
   -webkit-transform:translateY(5px) rotate(-1.5deg);
   transform:translateY(5px) rotate(-1.5deg)
  }
 }
 #footer-form-wrap .dive .btnwrap {
  z-index:-1
 }
 #footer-form-wrap .dive .btnwrap b span {
  opacity:0
 }
 #footer-form-wrap .dive .btnwrap b:after {
  -webkit-transform:scaleY(1);
  transform:scaleY(1)
 }
 #footer-form-wrap .dive .bounce {
  -webkit-animation:bounce .5s ease-in-out infinite alternate;
  animation:bounce .5s ease-in-out infinite alternate;
  -webkit-transform-origin:75% 50%;
  transform-origin:75% 50%
 }
 @keyframes bounce {
  0% {
   -webkit-transform:translateY(-5px) rotate(1.5deg);
   transform:translateY(-5px) rotate(1.5deg)
  }
  to {
   -webkit-transform:translateY(5px) rotate(-1.5deg);
   transform:translateY(5px) rotate(-1.5deg)
  }
 }
 #footer-form-wrap .dive .submarine {
  width:175px;
  box-shadow:inset 0 -1px 0 0 #e52e71
 }
 #footer-form-wrap .dive .submarine .fin {
  -webkit-transform:rotate(25deg) scaleX(1);
  transform:rotate(25deg) scaleX(1);
  -webkit-transition-delay:.75s;
  transition-delay:.75s
 }
 #footer-form-wrap .dive .submarine .fin.lower {
  -webkit-transform:rotate(-25deg) scaleX(1);
  transform:rotate(-25deg) scaleX(1);
  -webkit-transition-delay:.85s;
  transition-delay:.85s
 }
 #footer-form-wrap .dive .submarine .prop {
  width:15px
 }
 #footer-form-wrap .dive .submarine .prop:after,
 #footer-form-wrap .dive .submarine .prop:before {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transition-delay:.4s;
  transition-delay:.4s
 }
 #footer-form-wrap .dive .submarine .periscope {
  -webkit-transition-delay:.6s;
  transition-delay:.6s;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -webkit-transform:scaleY(1) translateZ(10px);
  transform:scaleY(1) translateZ(10px)
 }
 #footer-form-wrap .dive .submarine .periscope:before {
  -webkit-transition-delay:1s;
  transition-delay:1s;
  -webkit-transform:scaleY(1);
  transform:scaleY(1)
 }
 #footer-form-wrap .dive .submarine .periscope:after {
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 #footer-form-wrap .dive .submarine .porthole {
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -webkit-transform:scale(1) translateZ(10px);
  transform:scale(1) translateZ(10px);
  -webkit-transition-delay:.7s;
  transition-delay:.7s;
  z-index:999
 }
 #footer-form-wrap .dive .submarine .porthole:nth-of-type(2) {
  -webkit-transition-delay:.85s;
  transition-delay:.85s
 }
 #footer-form-wrap .dive .submarine .inner:after,
 #footer-form-wrap .dive .submarine .inner:before {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 #footer-form-wrap form {
  position:relative;
  height:auto;
  width:100%;
  display:inline-block;
  z-index:2;
  -webkit-transition:1s ease-in-out;
  transition:1s ease-in-out
 }
 #footer-form-wrap form .screen-reader {
  position:absolute!important;
  clip:rect(1px,1px,1px,1px)
 }
 #footer-form-wrap form .submarine {
  display:inline-block;
  width:calc(100% - 30px);
  border-radius:10px 0 0 10px;   /* Disini text email */
  background:#fff;
  height:70px;
  max-height:70px;
  float:right;
  margin-right:30px;
  position:relative;
  -webkit-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
  -webkit-perspective:10000px;
  perspective:10000px;
  will-change:width;
  box-sizing:border-box
 }
}
@media(min-width:800px) and (max-width:768px) {
 #footer-form-wrap form .submarine {
  width:calc(100% - 50px);
  margin-right:40px
 }
}
@media(min-width:800px) {
 #footer-form-wrap form .submarine .prop {
  position:absolute;
  height:10px;
  background:#ff8a00;
  left:-15px;
  top:calc(50% - 5px);
  border-radius:5px 0 0 5px;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -webkit-transition:.2s ease-in-out;
  transition:.2s ease-in-out;
  width:0;
  -webkit-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite
 }
 @-webkit-keyframes spin {
  to {
   -webkit-transform:rotateX(1turn);
   transform:rotateX(1turn)
  }
 }
 @keyframes spin {
  to {
   -webkit-transform:rotateX(1turn);
   transform:rotateX(1turn)
  }
 }
 #footer-form-wrap form .submarine .prop:after,
 #footer-form-wrap form .submarine .prop:before {
  content:"";
  position:absolute;
  width:90%;
  height:27.5px;
  background:-webkit-gradient(linear,left top,left bottom,from(#e52e71),to(#ff8a00));
  background:linear-gradient(180deg,#e52e71,#ff8a00);
  background-color:#e52e71;
  border-radius:100px 100px 0 100px;   /* disini */
  top:-25px;
  right:0;
  -webkit-transform-origin:bottom;
  transform-origin:bottom;
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transition:.2s ease-in-out;
  transition:.2s ease-in-out
 }
 #footer-form-wrap form .submarine .prop:after {
  top:auto;
  bottom:-25px;
  background:-webkit-gradient(linear,left bottom,left top,from(#e52e71),to(#ff8a00));
  background:linear-gradient(0deg,#e52e71,#ff8a00);
  background-color:#e52e71;
  border-radius:100px 0 100px 100px;
  -webkit-transform-origin:top;
  transform-origin:top
 }
 #footer-form-wrap form .submarine .periscope {
  height:25px;
  width:75px;
  background:#ff8a00;
  top:-10px;
  left:calc(50% - 22.5px);
  border-radius:50px 50px 0 0
 }
 #footer-form-wrap form .submarine .periscope,
 #footer-form-wrap form .submarine .periscope:before {
  position:absolute;
  -webkit-transform-origin:bottom;
  transform-origin:bottom;
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transition:.2s cubic-bezier(.175,.885,.32,1.275);
  transition:.2s cubic-bezier(.175,.885,.32,1.275)
 }
 #footer-form-wrap form .submarine .periscope:before {
  content:"";
  width:20px;
  height:50px;
  border-left:10px solid #ff8a00;
  border-top:10px solid #ff8a00;
  top:-50px;
  left:calc(50% - 10px);
  border-radius:50px 0 0 0
 }
 #footer-form-wrap form .submarine .periscope:after {
  content:"";
  width:5px;
  height:8px;
  background:linear-gradient(-45deg,#fff,#fff 45%,#c4e4e4 0);
  background-color:#c4e4e4;
  position:absolute;
  top:-49px;
  border-radius:100%;
  right:23px;
  -webkit-transform:scale(0);
  transform:scale(0);
  -webkit-transition:.2s cubic-bezier(.175,.885,.32,1.275);
  transition:.2s cubic-bezier(.175,.885,.32,1.275)
 }
 #footer-form-wrap form .submarine .fin {
  position:absolute;
  width:40px;
  height:15px;
  left:10px;
  top:-2.5px;
  background:#ff8a00;
  -webkit-transform-origin:right;
  transform-origin:right;
  -webkit-transform:rotate(25deg) scaleX(0);
  transform:rotate(25deg) scaleX(0);
  border-radius:200px 100px 0 50px;
  -webkit-transition:.3s cubic-bezier(.175,.885,.32,1.275);
  transition:.3s cubic-bezier(.175,.885,.32,1.275);
  will-change:transform
 }
 #footer-form-wrap form .submarine .fin.lower {
  top:auto;
  bottom:-2.5px;
  -webkit-transform:rotate(-25deg) scaleX(0);
  transform:rotate(-25deg) scaleX(0);
  border-radius:50px 0 100px 200px;
  background:#e52e71
 }
 #footer-form-wrap form .submarine .porthole {
  position:absolute;
  width:30px;
  height:30px;
  z-index:999;
  background:linear-gradient(-45deg,#fff,#fff 45%,#c4e4e4 0);
  box-shadow:inset 0 0 0 5px #ff8a00,0 2.5px 0 0 #e52e71;
  background-color:#c4e4e4;
  border-radius:100%;
  left:calc(50% - 30px);
  top:calc(50% - 15px);
  -webkit-transform:scale(0);
  transform:scale(0);
  -webkit-transition:.2s cubic-bezier(.175,.885,.32,1.275);
  transition:.2s cubic-bezier(.175,.885,.32,1.275)
 }
 #footer-form-wrap form .submarine .porthole:nth-of-type(2) {
  left:calc(50% + 25px)
 }
 #footer-form-wrap form .submarine .inner {
  position:absolute;
  width:100%;
  height:100%;
  border-radius:inherit;
  overflow:hidden;
  left:0;
  top:0;
  pointer-events:none;
  z-index:9
 }
 #footer-form-wrap form .submarine .inner:before {
  top:-2.5px;
  background:-webkit-gradient(linear,left top,left bottom,from(#ff8a00),color-stop(200%,#e52e71));
  background:linear-gradient(180deg,#ff8a00,#e52e71 200%);
  background-color:#e52e71;
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 #footer-form-wrap form .submarine .inner:after,
 #footer-form-wrap form .submarine .inner:before {
  content:"";
  position:absolute;
  width:100%;
  height:calc(50% + 5px);
  left:0;
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out
 }
 #footer-form-wrap form .submarine .inner:after {
  bottom:-2.5px;
  background:-webkit-gradient(linear,left bottom,left top,from(#e52e71),color-stop(200%,#ff8a00));
  background:linear-gradient(0deg,#e52e71,#ff8a00 200%);
  background-color:#e52e71;
  -webkit-transform:translateY(100%);
  transform:translateY(100%)
 }
 #footer-form-wrap form input[type=email] {
  height:70px;
  max-height:70px;
  width:calc(100% - 50px);
  border-radius:10px 0 0 10px;    /* Setting radius untuk email*/
  box-sizing:border-box;
  border: 1px solid #999;
  outline:none;
  margin-left:-49px;
  padding-left:25px;
  font-size:20px;
  background:0 0;
  font-weight:500;
  -webkit-transition:.2s ease-in-out;
  transition:.2s ease-in-out;
  opacity:1
 }
 #footer-form-wrap form input[type=email]:active,
 #footer-form-wrap form input[type=email]:focus {
  background:#ddd
 }
 #footer-form-wrap form input[type=email].hide {
  color:transparent;
  background:0 0;
  opacity:0
 }
}
@media(min-width:800px) and (max-width:768px) {
 #footer-form-wrap form input[type=email] {
  width:calc(100% - 30px);
  font-size:14px
 }
}
@media(min-width:800px) {
 body.page-template-page-newsletters-php #footer-form-wrap form input[type=email] {
  margin-left:0
 }
 #footer-form-wrap form .btnwrap {
  display:inline-block;
  width:auto;
  height:70px;
  position:absolute;
  right:0;
  top:0;
  padding:0 20px
 }
}
@media(min-width:800px) and (max-width:768px) {
 #footer-form-wrap form .btnwrap {
  padding:0 10px
 }
}
@media(min-width:800px) {
 #footer-form-wrap form .btnwrap b {
  position:absolute;
  display:inline-block;
  color:#fff;
  width:100%;
  height:70px;
  display:-webkit-box;
  display:flex;
  -webkit-box-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  align-items:center;
  z-index:2;
  font-size:20px;
  pointer-events:none;
  top:0
 }
 #footer-form-wrap form .btnwrap b span {
  display:inline-block;
  -webkit-transition:.2s ease-in-out;
  transition:.2s ease-in-out
 }
}
@media(min-width:800px) and (max-width:768px) {
 #footer-form-wrap form .btnwrap b {
  font-size:16px
 }
}
@media(min-width:800px) {
 #footer-form-wrap form .btnwrap b:before {
  content:"";
  position:absolute;
  width:100%;
  height:70px;
  background:linear-gradient(-45deg,#ff8a00,#e52e71);
  background-color:#e52e71;
  z-index:-1;
  right:0;
  top:0;
  border-radius:0 10px 10px 0
 }
}
@media(min-width:800px) and (max-width:1200px) {
 #footer-form-wrap form .btnwrap b:before {
  height:71px
 }
}
@media(min-width:800px) and (max-width:768px) {
 #footer-form-wrap form .btnwrap b:before {
  width:100%;
  right:0
 }
}
@media(min-width:800px) {
 #footer-form-wrap form .btnwrap b:after {
  content:"";
  position:absolute;
  width:40px;
  height:100%;
  z-index:999;
  right:-5px;
  top:0;
  border-radius:0 10px 10px 0;
  box-shadow:-10px 0 0 #ccc;
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  background:linear-gradient(45deg,#fff,#fff 45%,#c4e4e4 0);
  background-color:#c4e4e4;
  box-shadow:inset 5px 0 0 #e52e71;
  border-left:5px solid #ccc;
  -webkit-transition:.25s ease-in-out;
  transition:.25s ease-in-out;
  -webkit-transition-delay:.2s;
  transition-delay:.2s
 }
 #footer-form-wrap form input[type=submit] {
  height:70px;
  border-radius:80px;
  padding:0 30px;
  width:100%;
  border:none;
  opacity:0;
  cursor:pointer;
  width:calc(100% + 40px)
 }
}
@media(max-width:800px) {
 #footer-form-wrap .mailchimp-email-input {
  width:100%;
  margin:0 0 .5rem;
  padding:1rem;
  border: 1px solid #999;
  border-radius:8px
 }
 #footer-form-wrap .btnwrap b {
  display:none
 }
}



.footer-subsites {
 background:#3E63B6;
 display:grid;
 grid-template-columns:1fr 1fr;
 padding:0 2rem 2rem;
 grid-gap:1rem
}
@media(max-width:800px) {
 .footer-subsites {
  grid-template-columns:minmax(0,1fr)
 }
 .footer-subsites a {
  white-space:normal
 }
 .footer-subsites a:after {
  display:none
 }
}
.footer-subsite {
 text-align:center;
 padding:3rem 2rem;
 display:block;
 /*border-bottom:1px solid #333;
 border-right:1px solid #333;
 box-shadow:inset 1px 1px 0 #000;
 border-radius:8px*/
}
@media(max-width:800px) {
 .footer-subsite {
  padding:2rem 1rem
 }
}
.presents {
 display:block;
 /*font-size:.8rem*/
}
.presents strong {
 color:#ff8a00;
}

.presents H3{
  font-size: 1.5rem;
  color: white;
}

.presents a{
  /*font-size: 1rem;*/
}



.footer-kirikanan {
 background:#3E63B6;
 display:grid;
 grid-template-columns:1fr 1fr;
 padding:0 2rem 2rem;
 grid-gap:1rem
}


.footer-subsite-conferences {
 /*background:radial-gradient(circle at top right,#663700,transparent);*/
 background:radial-gradient(circle at top right,#3E63B6,transparent);
 border-top:none;
 border-bottom: none;
 border-right: none;
 border-bottom: none;
}
.footer-subsite-serverless {
 /*background:radial-gradient(circle at top right,#1e0e48,transparent);*/
 background:radial-gradient(circle at top left,#3E63B6,transparent);
 border:none;
}
.footer-akhir-ok {
 background:radial-gradient(circle at bottom,#1e0e48,transparent);
}


#footer_deepmindai h3{

  padding: 0px;
  background: #100E17;
  /*border-radius: 8px;*/
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", "Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
  color: white;
  
}


.wp-block-image figcaption {
	font-size: 15px;
}



.wp-block-image img{
    padding:0;
    margin:0;
    
}



p em{

color: #04768c;

}


.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea 
{
 font-size:0.8rem;   
}


.circular-square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  display: inline-block;
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;

}



.odd{
    
    margin-bottom: 0;
}

#decore{
    background: #8ba2c7;
    padding:  0px 5px 0px 5px;
    /*margin: 0px 5px 0px 5px;*/
    color:white;
    font-weight:bold;
    /*font-family: "Helvetica Neue","Roboto Slab","Work Sans","Segoe UI",  "Helvetica","Oswald", serif;*/
    font-size: 12px;
    border-radius: 5px;

}
#code{
    background:#c9f3ff;
    padding:  0px 5px 0px 5px;
    /*margin: 0px 5px 0px 5px;*/
    color:#252830;
    font-weight:normal;
    /*font-family: "Helvetica Neue","Roboto Slab","Work Sans","Segoe UI",  "Helvetica","Oswald", serif;*/
    font-size: 12px;
}

code{
    background:#ffffff;
    padding:  0px 5px 0px 5px;
    /*margin: 0px 5px 0px 5px;*/
    color:#3109f1;
    font-weight:bold;
    /*font-family: "Helvetica Neue","Roboto Slab","Work Sans","Segoe UI",  "Helvetica","Oswald", serif;*/
    font-size: 18px;
}

code.special{
    color:#d53f3f !important;
    font-size: 20px;
}


h3 code{
    background:#c9f3ff;
    padding:  0px 5px 0px 5px;
    /*margin: 0px 5px 0px 5px;*/
    color:#3E63B6;
    font-weight:bold;
    font-size: 1.3rem;
    
    color:#2377de;
    font-family: "Open Sans", "Work Sans","Segoe UI", "Helvetica Neue", "Helvetica","Oswald","Roboto Slab", serif;
}


#decore2{
   
    color:red;

}




.single .wp-post-image,
.page .wp-post-image,
.blog .wp-post-image,
.archive .wp-post-image {
	width: auto;
}



    
}